Crucial if we want to enable the ease of changing Database, ModuleService, Server module
App
Database
Server
Logger
Apis
Models
Commands
Services
Hooks
Configs
State
type Service interface { String() string }
Service allows modules to provide custom functionality that can be accessed by other modules or middleware.