public void Delete() { _statService.Add("FOR"); _statService.Remove("FOR").Should().BeEmpty(); _statService.Exists("FOR").Should().BeFalse(); }