namespace QuestShare.Services { internal interface IService { void Initialize(); void Shutdown(); } }