If you get an error when you call this method, usually it will be
related to inability of wodWebServer.NET to bind and listen on selected
port. In such cases, check your running applications if there is already
some other server running on same port.
Before starting server, you should setup several properties that will
determine behavior of your server, such as
Timeout,
ServerName,
Port....
Just by leaving default values will make your server work as expected,
but in 'real life' you should choose your own values for these
properties.