public bool BumpThread(string threadId, string threadTitle) { return(transport.BumpThread(threadId, threadTitle)); }
public bool BumpThread(string threadID) { return(innerTranport.BumpThread(threadID)); }
public bool BumpThread(string threadID, string threadTitle) { return(_innerTranport.BumpThread(threadID, threadTitle)); }
public bool BumpThread(string threadId) { return(transport.BumpThread(threadId)); }