private static MemoryStream GetResource(params string[] path)
 {
     return(ResourceUtility.GetMemoryStream(path));
 }