public override void Close() { Primary.Close(); if (AutoClose) { try { Secondary.Close(); } catch (Exception ex) { throw new TeeException(ex); } } }