public async Task <JsonResult> ActivateLead(Guid?leadId)
 => await JsonAsync(_leadService.ActivateLeadAsync(leadId));