public interface InitableTask {
  void init(Context context) throws Exception;
}