protected string GetMethodName()
 {
     return(char.ToLowerInvariant(MethodName.First()) + MethodName.Substring(1));
 }