public string GetAppResourcesValue(AppResourcesKeys key) { return(GetAppResourcesValue(key.ToString())); }
public AppResource GetAppResource(AppResourcesKeys key) { return(GetAppResource(key.ToString())); }