public void GetAll(Action <string, object> valueAction)
 {
     _provider.GetAll(valueAction);
 }