namespace Kreta.Naplo.Domain { /// /// Service interface /// public interface IService { /// /// Service context /// ServiceContext Context { get; set; } } }