/** * Given a `SyncbackRequestObject` it creates the appropriate syncback task. * */ class SyncbackTaskFactory { static create(account, syncbackRequest) { if (account) { } } }