/// <summary>
 /// The GetModelAliasController method will attempt to get the object that contains the model for the controller.
 /// </summary>
 /// <param name="givenController">The GameObject of the controller.</param>
 /// <returns>The GameObject that is the alias controller containing the controller model.</returns>
 public static GameObject GetModelAliasController(GameObject givenController)
 {
     return(VRTK_SDK_Bridge.GetControllerModel(givenController));
 }