| using Microsoft.VisualStudio.TestTools.UnitTesting;using Renci.SshNet.Tests.Common;namespace Renci.SshNet.Tests.Classes.Compression{    /// <summary>    /// Represents "zlib@openssh.org" compression implementation    /// </summary>    [TestClass]    public class ZlibOpenSshTest : TestBase    {    }}
 |