namespace Toolkit.Foundation; public interface IDispatcherTimer { void Start(); void Stop(); }