public static Uri GetRunsUri(string subUri)
 {
     return(SpeedrunComClient.GetAPIUri(string.Format("{0}{1}", Name, subUri)));
 }