Results 2 issues of Sergey Vasin

Fix #64 Each execution of the `Import-WinModule` adds **.WinModule** to the name of the imported module if the module is from NeverClobberList. This PR adds check if the name already...

When we call, for example ```powershell Import-WinModule Microsoft.PowerShell.Management ``` there will be **Microsoft.PowerShell.Management.WinModule** module ```powershell Get-Module Microsoft.PowerShell.Management* ModuleType Version Name ExportedCommands ---------- ------- ---- ---------------- Manifest 6.1.0.0 Microsoft.PowerShell.Management {Add-Content, Clear-Content,...