/// <summary> /// Set the color of the guitar. /// </summary> public void SetColor() => _guitar.Add("Black");
/// <summary> /// Set the color of the guitar. /// </summary> public void SetColor() => _guitar.Add("Colour: White");