Whether exist dependency in application container
static bool existDependency<S>({String? tag}) { return findDependencyByCarrierName(S, tag) != null; }