How to restart Appium server mid-testing?

Hello, I have this one page on my app that freezes whenever I open it with Appium while the other pages work perfectly fine, so as a workaround I noticed I need to restart the Appium server to unfreeze it but I would like to do this mid-test so that the test could continue.

I am writing my tests with C# and SpecFlow, using an Android device.

Here’s an article on that very thing, but for Java:

https://www.seleniumeasy.com/appium-tutorials/how-to-start-appium-server-programmatically

When you convert to C#, just pay attention to Reset Strategies:

https://appium.io/docs/en/writing-running-appium/other/reset-strategies/

^^Note that fullReset and noReset are set in capabilites.