public static A2 theA_safe(this B2 b)
 {
     return(b.theA() as A2);
 }