public async Task <IActionResult> Delete(int id)
        {
            await _emailComponent.Delete(id);

            return(new NoContentResult());
        }