static public Tenant GetTenantById(Guid Id) { using (BasicChannel channel = new BasicChannel()) { return(channel.GetTenantById(Id)); } }