public string Deposit(uint amount) { string res = iAccountAccess.Deposit(amount); CurrentStateSaveToDisk(); return(res); }