I'm trying to store a document in Raven - but a subclass hides a property on a base class - same name but different type. When I try and save it, I get this error:
"A member with the name 'User' already exists on 'Account'. Use the JsonPropertyAttribute to specify another name
However, the class is sealed and I don't own it or cannot extend it. Do I have any options at all?