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