public Mandolin(string serialNumber, double price, MandolinSpec spec) : base(serialNumber, price, spec) { this.spec = spec; }