public SmartStore(Account account)
 {
     _account = JsonConvert.DeserializeObject<SDK.Auth.Account>(Account.ToJson(account));
     _cursors = new Dictionary<int, StoreCursor>();
 }
 public SmartStore(Account account)
 {
     _account = JsonConvert.DeserializeObject <SDK.Auth.Account>(Account.ToJson(account));
     _cursors = new Dictionary <int, StoreCursor>();
 }
 public SmartStore()
 {
     _account = SDK.Auth.AccountManager.GetAccount();
     _cursors = new Dictionary<int, StoreCursor>();
 }
 public SmartStore()
 {
     _account = SDK.Auth.AccountManager.GetAccount();
     _cursors = new Dictionary <int, StoreCursor>();
 }