public static O2MethodStream map_Expression <T>(this O2MethodStream o2MethodStream, T expression)
     where T : Expression
 {
     return(o2MethodStream.map_Expressions(expression.wrapOnList()));
 }