public bool DoesSupportExtension(string extension) { return(SupportedExtensions.FirstOrDefault(x => x.ToLower() == extension.ToLower()) != null); }