namespace TheXamlGuy.TaskbarGroup.Core { public interface IInitializable { void Initialize(); } }