static public Tenant[] GetAllTenants() { using (BasicChannel channel = new BasicChannel()) { return(channel.GetAllTenants()); } }