1 new SendMoneyCommandBuilder()
2     .sourceAccountId(new AccountId(41L))
3     .targetAccountId(new AccountId(42L))
4     // ... inicjalizacja wielu innych pól
5     .build();
