public static bool IsEnabled(BaseFeature feature) { return(IsEnabled(feature.GetType())); }
public void AddConfigurationError(BaseFeature feature, string error) { Container.ConfigurationErrors.Add(feature.GetType().FullName, error); }