method Application.prototype.onApplicationBootstrapimport { Application } from "https://deno.land/x/deno_nest@v3.6.1/mod.ts"; onApplicationBootstrap(): Promise<void>TODO: think about whether to use Promise.all or a for loop ReturnsPromise<void>