namespace isn.tests { internal interface IRing : IBody { IRing Add(IRing other); IRing Mult(TBody v); } }