namespace Toolkit.Foundation; public interface IUserInteraction { event EventHandler? UserInteracted; void Stop(); void Start(); }