public IActionResult GetById(int id) { return(RespondSuccess(_newsLetterSubscriptionService.FirstOrDefault(x => x.Id == id))); }