public async Task <IActionResult> Start(string name) { await eventConsumerRepository.StartAsync(name); return(NoContent()); }