Take a look at this Microsoft Article. It's a C# 6.0
feature where properties have no statement body. You could use them to get
methods, or single line expressions. For example:
public override string ToString() => string.Format("{0}, {1}", First, Second);