public string GetFromConfiguration(string key, bool mustFind = false) { return(ResourceService.ConfigurationValue(PropertyName, key, mustFind)); }