public async Task Exists_KnownId_ShouldReturnTrue() { var result = await _dut.Exists(InvitationWithMcPkgId); Assert.IsTrue(result); }