[WebMethodAttribute(Description = "Return information from the activity log with filtering")]
public ActivityLogEntry[] GetFilterdSessionLogs(
ActivityLogState state,
Guid? userGuid,
string username,
string userLogonNameStartsWith,
DateTime? logonDateFrom,
DateTime? logonDateTo,
DateTime? logoutDateFrom,
DateTime? logoutDateTo
)