Paul Wenke
Paul Wenke
@rasmus , The source code has a third type parameter (`TExecutionResult`) which doesn't exist in the documentation. [Documentation](https://docs.geteventflow.net/Commands.html) has ``` public class UserUpdatePasswordCommand : DistinctCommand { // ... } ```...
`CommandHandler` accepts both three and four type parameters. The implementation with three type parameters passes `IExecutionResult` to the implementation with four type parameters. Could the same be done for `DistinceCommand`?...
If you think following the example from the `CommandHandler` is the ideal solution, I can implement it.
@RomanTsukanov , just following up on this PR.