namespace Artemis.Core.Services { /// /// A singleton service that cannot be used by plugins /// public interface IProtectedArtemisService { } }