type App interface {
// BeforeStart execute before the application is loaded BeforeStart()
// AfterStart execute when the servers are started, so, after all the applications is loaded AfterStart()
}
App struct that define which method the app instances should have