[Fact, Trait("Category", "Required")]
        public async Task GetGroupByIdExceptionAsync()
        {
            int id = await CreateGroupAsync();
            Assert.Throws<AggregateException>(() => _groupRepository.GetGroupByIdAsync(2).Result);