public static string GetProfilesFilePath()
 {
     return(Path.Combine(SettingsManager.GetSettingsLocation(), ProfilesFileName));
 }