public async Task Insert(Build item) { item.Id = Guid.NewGuid(); item.LabUrl = item.GenerateLabUrl(); await _buildCollection.InsertOneAsync(item); }