public IAuto CreateAutomobile() { var mini = new Mini(); mini.SetName("Mini Cooper S"); return(mini); }