public SDKError ReclaimHostByHostKey(string host_key)
 {
     return(InvokeAPI(() => wrappedController.ReclaimHostByHostKey(host_key)));
 }