public void LogDatabase_UpdateClient_Throws_If_Client_Is_Null() { _LogDatabase.EstablishSession("1.2.3.4", null); _LogDatabase.UpdateClient(null); }