public BaseClient(OAuthTicket ticket, string baseUrl) { this.Ticket = ticket; this.BaseUrl = baseUrl; }
public BaseClient(OAuthTicket ticket) { }