private string GetMultipleProfilesPath()
 {
     return(FileHelper.GetFilePath(FileHelper.GetOktaDirectory(), "profiles"));
 }
        /**
         * Get the path for the cookies file
         *
         * @return A {@link Path} to the cookies.properties file
         * @throws IOException
         */
        private static string GetCookiesFilePath()
        {
            var filePath = FileHelper.GetFilePath(FileHelper.GetOktaDirectory(), "cookies.properties");

            return(filePath);
        }