namespace isn.tests { internal interface IBody { /// /// The mult /// /// T Action(T v); } }