public RequestOptions BaseOptions(string createdBy = null, string requestId = null, string reason = null, string comment = null) { return(RequestOptions.Default(_config) .Extend() .WithCreatedBy(createdBy) .WithReason(reason) .WithComment(comment) .Build()); }