static void Main(string[] args) { Target target = new Adapter(); target.Request(); Console.ReadKey(); }