public QueryologyEngineTestBuilder <T> NotIgnoreExcludedQueries()
 {
     _queryologyEngine.IgnoreExcludedQueries(false);
     return(this);
 }