Retrieving information from the InputParameters collection from a plugin execution context can be a quite cumbersome task. The standard approach requires the need to know very specific magic strings, and casting of variables to a specific type. This is, in my opinion, not a very good or maintainable approach. In my…