Guid customerId = ((Customer)entity.Properties["customertid"]).Value;
string customerId = ((Customer)entity.Properties["customertid"]).Value.ToString();