public void montarPCComum(IMontarPC builder) { builder.montarPC(); }
public void montarPCGamer(IMontarPC builder) { builder.montarPC(); }