public async Task ShouldCreateAndReturnTheSpecifiedClan() { await Assert.ThrowsAsync <NotSupportedException>(() => _clanService.CreateAsync(null)); }