/// <summary>
 /// Formats the type
 /// </summary>
 /// <param name="formatter">The type formatter</param>
 /// <returns>The formatter type</returns>
 public override string FormatType(TypeFormatter formatter)
 {
     return(formatter.FormatNullableType(this));
 }