tweet.Since de gives an error, Since he says it is not a method. Why could that be?
(from tweet in twitterCtx.Search
(from tweet in twitterCtx.Search
where tweet.Type == SearchType.Search &&
tweet.Query == "Kemal Kılıçdaroğlu" &&
tweet.Since == DateTime.Now.AddDays(-2).Date &&
tweet.Until == DateTime.Now.Date &&
tweet.Count == 100
select tweet).ToList();