Hi,
Without modifying these classes it's not possible. Full stop.
I would recommend instead of class inheritance look at interfaces: you can have interface IPage and in your ContactPage and HomePage model partials just assign this interface and deal with interfaces then.