public function supports(AcceptType $type)
 {
     return $type->matches('text/*');
 }
 public function supports(AcceptType $type)
 {
     return $type->matches('application/pdf');
 }