protected void CreateServer(SequinOptions options)
 {
     Server = TestServer.Create(app =>
     {
         app.UseSequin(options);
     });
 }