public async Task CalculateChargeAsync(int chargeId)
 {
     await _chargeManager.CalculateChargeAsync(chargeId);
 }