public override bool IsAssignable(BaseType otherType)
 {
     throw new NotImplementedException();
 }
 public abstract bool IsAssignable(BaseType otherType);