public void TestMethodLoadProfile()
        {
            var profileHandler = new ProfileHandler(@"USERDIRECTORY$$$###\Saved Games\DCS\Scripts\DCS-BIOS\doc\json");

            profileHandler.LoadProfile(profileHandler.DefaultFile());
        }