public async Task <IActionResult> AddToNewsLetter(string email) { await _service.Create(email); return(this.RedirectToAction("Index", "Home")); }