private Method GetComplement() { var complement = IsGetter ? 'S' : 'G'; return(ContainerType.GetMethod($"{complement}{BaseName.Substring(1)}")); }