I have following: ```cs public class A { A(AnotherClass AC) { // how to check AC for null? var vc = new Test(AC); } } ```