internal async Task Handle(HttpRequest req)
 {
     var data = GetBodyContent(req);
     await _coffeeMachineDataService.SendDataAsync(data);
 }