public async Task <UserRegisterRequest> GetAnnouncement(int id) { var announcement = await _repository.GetByIdAsync(id); return(announcement); }