namespace DigitalData.Core.Contracts.Application { public interface IServiceBase : IResponseService { } }