public async Task <IEnumerable <AdvertisementListingServiceModel> > Mine() { var userId = User.GetId(); return(await _advertisementService.ByUser(userId)); }