public function extendActivity(Notice $stored, Activity $act, Profile $scoped = null)
 {
     Fave::extendActivity($stored, $act, $scoped);
 }