public static T ResolveFromGameObject <T>(this IComponentContext context) where T : Object =>
 context.GetGameObject().GetComponent <T>();