public static int DoAddition(IOperations ops, int a, int b)
 {
     return(ops.AddInt(a, b));
 }