export class EventService extends BaseService<IEventService> implements IEventService {
  _find (params: ParamsWithStripeQuery<Stripe.EventListParams>) {
    const filtered = this.filterParams(params);
    return this.handlePaginate(
      filtered,