Invoke Docker.DotNet.dll API's on windows 10

I have sample C# winform application, where I want to start the container through the docker API’s e.g. StartContainerAsync , For 2nd params I want to pass port no, container logpath and another 2 params.I tried many ways, but it is not working.

Can someone help me out with this…

All suggestions are welcome !!