public static Uri GetPhotoUri(string path, AuthToken token) { return(new Uri(UrlPictures + path + "?" + token.ToParametr())); }
public Request(string comand, AuthToken token = null) { this.comand = comand; parametrs = new Dictionary <string, string>(); this.token = token; }