namespace TheXamlGuy.TaskbarGroup.Core { public interface IDispatcherTimer { void Start(); void Stop(); } }