static Any deposit(String bankAccountId) => Any( typeUrl: depositTypeUrl, value: (Deposit()..bankAccountId = bankAccountId).writeToBuffer(), );