This option controls whether properties should be written using expression-bodied syntax.
public string Name => _name;
public string Name { get { return _name; } }