public static CimAsyncResult<CimSession> CreateAsync(string computerName) { return CimSession.CreateAsync(computerName, null); }