Consider these two classes:
public Class Base { public string Id {get; set;} public string Name {get; set;} public string LastName {get; set;} }