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