Project Package Creation - Add parameter for Originator

Hello,

when creating a project package for a translator, I can define the receiver. Would it be possible for you to add another parameter for the creator?
Currently, when we create a project package, the field 'assigned by' is always the machine name, where trados studio is installed. If we would have an additional parameter for the function

IProjectPackageCreation CreateProjectPackage(
	IManualTask[] tasks,
	string packageName,
	string comment,
	ProjectPackageCreationOptions options
)

Or perhaps in the function
public ManualTask CreateManualTask(
	string manualTaskName,
	string assignToUser,
	DateTime dueDate,
	Guid[] projectFileIds
)
this would help .

Kind regards,
-Stephan-