public Computer BuildComputer(IComputerBuilder b) { b.BuildComputer(); b.BuildOS(); return(b.GetProduct()); }