This option controls whether methods should be written using expression-bodied syntax.
public string GetName() => Name;
public string GetName() { return Name; }