public virtual void Start() => _backgroundOperation.Start();
public virtual void Start(TArg1 arg1) => _backgroundOperation.Start(arg1);