public static function register($title = '')
 {
     parent::register(__('SMS', 'stream'));
 }
 public static function register($title = '')
 {
     parent::register(__('Push', 'stream'));
     add_filter('wp_stream_serialized_labels', array(__CLASS__, 'pushover_key_labels'));
 }