protected override Permissions ConvertFromString(string s)
 {
     return(BitbucketHelpers.StringToPermission(s));
 }