couldn't find a way to stop file-watching. ``` f := file.Provider("somefile.yaml")) f.Watch(func(event any, e error) error { // handler } ``` am I missing something?