public void Go([FromBody] Direction direction)
 {
     building.CallElevator(direction);
 }