public void ShouldCallGetAllValuesWithoutException()
 {
     _storage.GetAllValues();
 }
 public IEnumerable <SqlMapConfig> GetAll()
 {
     return(_sqlMapConfigs.GetAllValues());
 }