public dynamic Objectify(JToken graphsonObject, IGraphSONReader reader)
 {
     return(TEnum.GetByValue(graphsonObject.ToString()));
 }