An action with 2 input parameters returning an error.
C# Copy public delegate Error Action<T>(T a, T b);
public delegate Error Action<T>(T a, T b);