public void NullStringShallGiveNullReturnInExtract() { var t = EnvironmentExtensions.Extract(null); Assert.IsNull(t); }