public static bool ContractExists(string number) { using (BasicChannel channel = new BasicChannel()) { return(channel.ContractExists(number)); } }