quot;ShredVaultKioskTests.API.{filename}.txt")) { using (StreamReader reader = new StreamReader(stream)) { return reader.ReadToEnd(); } } ``` Make sure the file is where you expect it to be, otherwise use `GetManifestResourceNames()` to figure it out in reverse. In this example, the test file that is being loaded is in the following directory of the project: ![[shred_vault_test_file.png]] So finally, the resource is at: `ShredVaultKioskTests > API > [File]`. #c_sharp