public static WebhookOutput ToOutput(this Webhook webhook, IEnumerable <EventType> events) =>
 new WebhookOutput(webhook.Id, events.Where(ev => webhook.HasEventType(ev.Id)).ToOutput(), webhook.PostbackUrl, webhook.Secret);