public static bool Supports(string fileName) { return builders.Any(r => fileName.EndsWith(r.Extension, StringComparison.OrdinalIgnoreCase)); }