Building a session
Version: 10.4
Once you have set all the session configuration parameters, you can invoke the BuildSession method to create the session. For example:
RequestResponse
SitecoreUTSessionBuilder.SessionWithHost("https://mysite.com")
.BuildSession();