using System.Management.Automation; namespace LANCommander.SDK.PowerShell.Cmdlets { public abstract class BaseCmdlet : Cmdlet { } }