pub fn create_server(
    listener: TcpListener,
    state: Arc<AppState>
) -> Serve<IntoMakeService<NormalizePath<Router>>, NormalizePath<Router>>