IStorage.getRaw() methodFetches data from storage. This method does not make any assumptions on the retrieved data formatSignature:getRaw(hash: string): Promise<string>;ParametersParameterTypeDescriptionhashstringThe Hash of the file to fetchReturns:Promise<string>The data, if found.