public async Task AddUserToWorkspaceWhenWorkspaceNullTest() { var workspaceId = Guid.NewGuid(); var workspace = await _service.AddUserToWorkspace(workspaceId, new UserDto()); Assert.Null(workspace); }