But we have main module that configures everything, a ktor module that sets up routing and maps specific routes to our application specific requests, and the application module that is decoupled from everything and only contains our "domain logic" ie. produce this view, delete this user.