public async Task __Predict__(string error, Result[] result) { OnPredict?.Invoke(error, result); }
public void __Predict__(string error, Result[] result) { OnPredict?.Invoke(error, result); }