public static function textRenderer(Address $address)
 {
     return Standard::plaintextRenderer($address->toArray());
 }