//Make all members public in wrappers
 public int ProtectedMethod()
 {
     return(AbstractWrapper.ProtectedMethod());
 }