I\'m using.NET Core 3.1 project. I have two methods which accept FileStream as a parameter. Let\'s say something like this.
void A(FileStream fs) { try