public IEnumerable <IFeatureFlag> GetAllFeatures()
 {
     return(featureStore.GetAllFeatures());
 }