Generate a dgn document using Connect SDK and C# without actually opening Microstation Connect program

Hello, I'm exploring Microstation Connect capabilities using Connect SDK, and I haven't found in the examples folder any sample that creates a dgn document from an indipendent executable, using microstation dlls.

I wanna simply do these steps:

  1. Initialize MS Connect license
  2. Create an empty document
  3. Add some drawings
  4. Save this document to a specified path

There's a way to do this without actually opening a MS Connect instance (i.e: microstation.exe)? Even better, there's a sample that shows hwo to do this?

Thanks for any kind of support.