MethodFlux allows you to subscribe to methods as events (such as System.Action or System.Func). Depending on how the method in question is written, it will direct the subscription to the place where it corresponds. In turn, we will need to call it with specific instructions.
It must be taken into account that only one of the parameters to be sent can be sent. For optimization reasons, it is prohibited to include 2 arguments as parameters. The alternatives to avoid this possible problem are to create Tuples, classes, structs or records.