void Init(string appKey, string privateKey, UriPrototype uri) { ApplicationKey = appKey; PrivateKey = privateKey; PrototypeUri = uri; ItemMetadata = new Dictionary <Type, ItemMetadata>(); Client = new HttpTaskService { Accept = "application/json", ContentType = "application/json", }; StorageConverters.Initialize(); }