void Awake() { ServInjector.Bind <T>(this); OnAwake(); }
public Service() { ServInjector.Bind <T>(this); }