private static object RunReset(ResetOptions opts) { return((new Reset(opts)).Process()); }
public Reset(ResetOptions options) { Options = options; }