1) Change

using Harmony;

to 

using HarmonyLib;

2) For static harmony class add attribute

[AutoPatchAttribute]

 

Oxide automatically patched Harmony after add plugin to manager and its after Init hook

You don't need to instantiate Harmony and worry about loading and unloading it.
CSPlugin provides access to HarmonyInstance and HarmonyId