public async Task <IActionResult> PutAsync([FromRoute] int driverId,
                                            [FromRoute] int item, [FromBody] ChangeAddressRequest command) =>
 await SendAsync(command.ApplyIds(driverId, item));