I've an external api rest server with the following map structure: "[drive][folderx]\Server\". Under that folder there're some dll files, folders and an exe. At this moment I start the server by using Powershell so that I communicate with it by localhost.
I've created a class library that communicates with the server (by sending get and put commands). Now I want to host/ship the class library included with the external api rest client and also running it from in the class library.