@Override
protected void setUp() throws Exception {
// SlingStorageStrategy ass = new SlingStorageStrategy();
// NuxeoStorageStrategy ass = new NuxeoStorageStrategy();
FileSystemStorageStrategy ass = new FileSystemStorageStrategy();
_service = new TaskAttachmentServiceImpl(new DummyAuthStrategy(), ass);
}