public class GetReportDeliveryQuery
{
public Guid StudyGuid { get; set; }
public Guid SiteGuid { get; set; }
public string RoleId { get; set; }
}