public string GetCharges()
        {
            AmmountCurrency charges = _analyticsService.GetTotalCharges();

            return(charges.Readable);
        }