public string Print(IChair collaborator) { var result = collaborator.Style(); return($"The result of the Modern sofa is colaborating with the ({result})"); }
public string Print(IChair collaborator) { var result = collaborator.Style(); return($"The result of the VictorianSofa colaborating with the ({result})"); }