public void Test_CreateQuery_BrandProvider() { var query = provider.CreateQuery(); Assert.IsNotNull(query); Console.WriteLine("CreateQuery OK!"); }