public async Task <ActionResult> Delete(string id)
        {
            await _service.Delete(id);

            return(NoContent());
        }