public CloudTableClient(ITableServiceContext context)
 {
     this.context = context;
 }
 public SampleDataDetailsPageViewModel(ITableServiceContext context, Dispatcher dispatcher)
 {
     this.context = context;
     this.dispatcher = dispatcher;
 }