public async Task <IActionResult> Start()
        {
            await _handler.Execute();

            return(Ok());
        }