public static async getApp(_id: string) {
      const messengerApp = await MessengerApps.findOne({ _id });

      if (!messengerApp) {
        throw new Error('Messenger app not found');