using System.Collections;
using System.Collections.Generic;
using OpenQA.Selenium.Support;
Test<B> t2 = new Test<B>(b);
Console.WriteLine(b._Ax);
protected int _x {get; set;}
Console.WriteLine("Hello");
public int _Ax => this._x;
public B(int x) : base(x)
class Test<T> where T : A {