getStudy method
Get the study with studyDeploymentId and deviceRoleName from this client
manager.
Returns null if no such study has been added.
Implementation
TStudy? getStudy(String studyDeploymentId, String deviceRoleName) =>
repository.getStudy(studyDeploymentId, deviceRoleName);