Hi, > Is it a sign of broken API in recent Vlad's refactorings and additions > of StringTemplate? I add extension methods with name "Last". The compiler will not use extension methods if exist member with same name. In my option it's a compiler bug. Vlad