public async Task <bool> ExistsAsync(int id) { return(await _advertisementRepository.ExistsAsync(id)); }