public IEnumerable <MeetupViewModel> Get()
 {
     return(_meetupAppService.GetAll());
 }