string randomfileName = Path.GetRandomFileName();Console.WriteLine(randomfileName);
Login to post response