public static Color GetColor(this ModuleInfo info)
 => info.GetAttribute <ModuleColorAttribute>()?.Color ?? Color.DarkerGrey;