- as discussed in https://github.com/aspnet/WebHooks/pull/210#discussion_r158419203
- `message` -> `queueMessage` where main change caused a conflict
- also
- `ack` -> `success`
- `asm[s]` -> `assembly` / `assemblies`
- `cnt` -> `i` except in 2 places where `count` was better
- `count` -> `data` first in one of those cases
- `combo` -> `combinedBytes`
- `invalidFiltersMsg` -> `invalidFiltersMessage`
- `se` -> `storageException`
- leave `config` alone; exposed publicly e.g. `Microsoft.AspNet.WebHooks.Config.WebHooksConfig`
nits: accept lots of VS suggestions
- more `var` especially
Updated Instagram receiver sample to reflect this: It now supports oauth authentication for a user to log in and to consent an Instagram Application. Once that is done, it is possible to receive notifications,
Add MS_WebHookStripeInTestMode to execute custom StripeWebHookHandlers for test events ('evt_00000000000000')
Add StripeEvent and StripeEventData classes