public async Task <PositionViewModel> Post([FromBody] PositionViewModel position) { return(_positionService.CreateViewModel(position)); }