public abstract sealed class RIGHT<A, B> {
    static int ONE;
    static int TWO;
    static int THREE;
    private int ChangeMe;
}
