public EVEAccount.LoginResult LaunchAccount(EVEAccount account)
 {
     return(account.Launch(SharedCachePath, App.Settings.UseSingularity, UseDirectXVersion));
 }
        public EVEAccount.LoginResult LaunchAccount(EVEAccount account)
        {
            return(account.Launch(GameProfile.Game, GameProfile.GameProfile, App.Settings.UseSingularity, UseDirectXVersion));

            throw new NotImplementedException();
        }