public static bool IsMissing(this AttributeDictionary attributes, string key) => attributes.All(x => x.Key != key);