static void Main(string[] args) { QueryTests qt = new QueryTests(); qt.SimpleStringSearch(); Console.ReadLine(); }