public static IContextualizedQueryParameterBuilder SetParameter(this IContextualizedQueryParameterBuilder instance, String name, UInt16?value)
 {
     return(instance.SetParameterInternal(name, value));
 }