| using Renci.SshNet;using Microsoft.VisualStudio.TestTools.UnitTesting;using Renci.SshNet.Tests.Common;namespace Renci.SshNet.Tests{          /// <summary>    ///This is a test class for AuthenticationMethodTest and is intended    ///to contain all AuthenticationMethodTest Unit Tests    ///</summary>    [TestClass()]    public class AuthenticationMethodTest : TestBase    {    }}
 |