public static byte[] ReadFileBytes(string filepath) { FileInfo fileInfo = new FileInfo(filepath); return(BaseCache.ReadFileBytes(fileInfo)); }