namespace StoicGoose.Core.Interfaces { public interface IComponent { void Reset(); void Shutdown(); } }