using Emergence.models; namespace Emergence.services.Interface { public interface ITenantService : IService { } }