public void RemoveBadge_ShouldReturnTrue() { Arrange(); bool deleteResult = _repo.RemoveBadgeFromList(_badge.BadgeID); Assert.IsTrue(deleteResult); }