public void TestGetAll()
 {
     var sut = new ConfigRepository(AppConfigConnectionFactory.CreateSicConnection());
     var allFields = sut.GetAll();
     Assert.NotEmpty(allFields);
 }