class NullBackupService def backup(file_path, options = {}) # do nothing end def delete(file_path, options = {}) # do nothing end end