public void RemoveAmountFromAccount_IsCorrectType()
        {
            var amount = accountOperations.GetAmountFromAccount(23, 909392000000018909);

            Assert.IsInstanceOfType(amount, typeof(long));
        }