I have two classes that look a bit like this:
public class Order { public string Reference { get; set; } //some more string, int, date fields excluded