public WhenConstructedWithoutADirection() { this.rawValue = "Name"; this.property = new OrderByProperty(this.rawValue); }
public WhenConstructedWithDesc() { this.rawValue = "Name desc"; this.property = new OrderByProperty(this.rawValue); }