static public string[] GetAllRoles(string tenantName) { using (BasicChannel channel = new BasicChannel()) { return(channel.GetAllRoles(tenantName)); } }