<PackageReference Include="SSH.NET" Version="2016.1.0-beta1" />

ServiceName

public enum ServiceName
Specifies list of supported services
namespace Renci.SshNet.Messages { public enum ServiceName { UserAuthentication, Connection } }