public async Task TestAcknowledgeUserCommuncation() { var result = await CrudService.Acknowledge(USER_IDENT_ID, new AcknowledgeUserCommunication() { UserCommunicationId = USER_COMM_ID }); result.Status.Should().Be(CrudResultStatus.Successful); }