public void SqlSysDatabase_ReadServerTest()
 {
     using (var sut = new SqlSysUtiltiy()) {
         sut.TransConnection = new SqlTransConnection(TestCfg.Get().ConnectionString);
         var act = sut.ReadServer();
         Assert.NotNull(act);
     }
 }