public async Task <int> GetAsync()
        {
            var result = await _gateway.GetReleasedInvoiceCountAsync();

            return(result);
        }