- DnsService implementation with PowerShell DNSServerModule
- DnsService supports only TXT and A records for now
- wrapper class to execute PowerShell commands on server -- PowerShellRunner
- this version of module can be used as python library
- implemented with pythonic naming style (underscores, lowercase words and etc.)``
- unit tests are written for current implementation