namespace Artemis.UI.Shared.Services { /// /// Represents a service provided by the Artemis Shared UI library /// public interface IArtemisSharedUIService { } }