public static void Remove <T>() where T : class, IComponent { var c = _iContainer.Get <T>(); _iTicker.Unregist(c); _iContainer.Unregist(c); }