public bool HasDescriptor(Descriptor descriptor) { return(Descriptors.Exists(x => x == descriptor)); }