public ApiResponse DeleteConsumer(string merchantId, string merchantKey, string customerId)
        {
            _request = new ApiRequest(merchantId, merchantKey)
            {
                Command = "delete-consumer",