public MyCustomDependency(IAzureTableStorageSession storageSession)
 {
     this.storageSession = storageSession;
 }
 public MyHandler(IAzureTableStorageSession storageSession)
 {
     this.storageSession = storageSession;
 }