/// <summary>
        /// Launch the GeniusBytes solution.
        /// </summary>
        protected void Launch()
        {
            DateTime startTime = DateTime.Now;
            Dictionary <string, object> parameters = new Dictionary <string, object>();

            _geniusBytesApp.Launch(Authenticator);
            _geniusBytesApp.ScrollToObject(_activityData.AppName.GetDescription(), false);
            _geniusBytesApp.PressAppName(_activityData.AppName.GetDescription());
        }
 /// <summary>
 /// Launch the Genius Bytes solution.
 /// </summary>
 private void Launch()
 {
     _geniusBytesApp.Launch(Authenticator);
 }