pub fn main_with_routes(
    _routes: impl Into<Routes>,
    _configuration: Option<Configuration>,
    _arguments: Option<CliArguments>
) -> ServerResult