static public void ApproveTenant(string tenantName) { using (BasicChannel channel = new BasicChannel()) { channel.ApproveTenant(tenantName); } }