public static void DeleteCustomer(Guid id) { using (BasicChannel channel = new BasicChannel()) { channel.DeleteCustomer(id); } }