Example #1
0
 public long Initialize(string deviceId)
 {
     return(_persistentStorage.InitializeDevice(deviceId));
 }