public object GetService(Type type) => _parentLifetime.GetFactory(type)(this);
public object GetService(Type type) { return(_parentLifetime.GetFactory(type)(this)); }