public static void Release <T>(T instance)
 {
     _instance.Release(instance);
 }