public bool TryRemoveProperty(string graphElementIdString, string propertyIdString) { var graphElementId = Convert.ToInt32(graphElementIdString); var propertyId = Convert.ToUInt16(propertyIdString); return(_fallen8.TryRemoveProperty(graphElementId, propertyId)); }