inconsistent - adding storage, getting items - WTF APi? */ interface AttachmentsHandler { public function addAttachmentStorage(RequestHandlerAttachmentsStorage $requestHandlerAttachmentsStorage); public function getAttachmentsFromStorage(); }