public void GetRandomFileName() { string test = QuickIOPath.GetRandomFileName(); test.Should().NotBeNullOrEmpty(); test.Should().NotBeNullOrWhiteSpace(); }