public Task <ITsTimeLine> FetchMainTimeLineAsync(ITsAuthUser account) { throw new NotImplementedException(); }
public Task <ITsTimeLine> SearchByWordAsync(ITsAuthUser account, string word) { throw new NotImplementedException(); }
public Task <ITsTweet> DoTweetAsync(ITsAuthUser account, string text) { throw new NotImplementedException(); }