public string Foobar { get { return _foobar; } set { _foobar = value; } } private string _foobar = "xyz";