public string Get() { _bikeService.AddWheel(); _carService.AddPassanger(); _trainService.AddWagon(); return("Hello world!"); }