private IEnumerable <string> GetCategories(MethodInfo methodInfo)
 {
     return(ReflectionOnlyContextAttributeValueReader.TryGetAttributeConstructorArgument <TestCategoryAttribute, string>(methodInfo));
 }
 private string GetOwner(MethodInfo methodInfo)
 {
     return(ReflectionOnlyContextAttributeValueReader.TryGetAttributeConstructorArgument <OwnerAttribute, string>(methodInfo).FirstOrDefault <string>());
 }