diff --git a/Conari/Conari.csproj b/Conari/Conari.csproj
index dc25757..7332676 100644
--- a/Conari/Conari.csproj
+++ b/Conari/Conari.csproj
@@ -87,6 +87,7 @@
+
diff --git a/Conari/Core/IBinder.cs b/Conari/Core/IBinder.cs
index 5343fc5..afb4809 100644
--- a/Conari/Core/IBinder.cs
+++ b/Conari/Core/IBinder.cs
@@ -22,11 +22,15 @@
* THE SOFTWARE.
*/
+using System;
using System.Reflection;
using System.Runtime.InteropServices;
+using net.r_eg.Conari.Types.Methods;
namespace net.r_eg.Conari.Core
{
+ using Method = Method