public static TValue QueryValue <TValue>(this IDataCommand dataQuery)
 {
     return(dataQuery.QueryValue <TValue>(null));
 }