Skip to content

Instantly share code, notes, and snippets.

parameters.Add("capabilities", desiredCapabilities);
//ISpecificationCompliant specCompliantCapabilities = desiredCapabilities as ISpecificationCompliant;
//if (specCompliantCapabilities != null && specCompliantCapabilities.IsSpecificationCompliant)
//{
// Dictionary<string, object> firstMatchCapabilities = this.GetCapabilitiesDictionary(desiredCapabilities);
// List<object> firstMatchCapabilitiesList = new List<object>();
// firstMatchCapabilitiesList.Add(firstMatchCapabilities);