const makeContext = (type: string, method: string) => {
      const context = {
        service: {
          allowsMulti: () => false,
        },