using System;
public class Program
{
public static void Main()
string text = Guid.NewGuid() + "@test.bwh.local";
Console.WriteLine(text);
}