Message in Russian (Русский)
Нельзя иметь две операции с одинаковым именем в одном контракте. Методы <var>X</var> и <var>Y</var> в типе <var>Type Name</var> нарушают это правило. Можно изменить имя одной из операций путем изменения имени метода или с помощью свойства Name атрибута OperationContractAttribute.
Unlocalized message
Cannot have two operations in the same contract with the same name, methods <var>X</var> and <var>Y</var> in type <var>Type Name</var> violate this rule. You can change the name of one of the operations by changing the method name or by using the Name property of OperationContractAttribute.
Search by Google