public static Customer GetCustomerById(Guid id) { using (BasicChannel channel = new BasicChannel()) { return(channel.GetCustomerById(id)); } }