private static int OperateV2(int v1, int v2, BinaryOperation o)
 {
     return(o.Oper(v1, v2));
 }