RTM API の認証に関する処理を行う
Inheritance: RtmBase
 public void SetUp()
 {
     rtm = new SRtmAuthorizer(ApiKey, Secret);
 }
 public void SetUp()
 {
     rtm = new SRtmAuthorizer(ApiKey, Secret);
 }