public static string PrefixedComponentName(this ComponentData data)
 {
     return(data.GetFlagPrefix().LowercaseFirst() + data.ComponentName());
 }