<PackageReference Include="NUnit" Version="3.0.0-rc-2" />

ThreadUtility

public static class ThreadUtility
ThreadUtility provides a set of static methods convenient for working with threads.
public static void Kill(Thread thread)

Do our best to Kill a thread

public static void Kill(Thread thread, object stateInfo)

Do our best to kill a thread, passing state info