public void CreateNewGroup() { _provider.Create(ref _testGroup); Assert.AreNotEqual(string.Empty, _testGroup.Id); }